home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-11-30 | 451 b | 24 lines | [TEXT/KAHL] |
- /******************************************************************************
- main.cp
-
- Main Program
-
- Copyright © 1994 My Software Inc. All rights reserved.
-
- Generated by Visual Architect™ 9:40 PM Wed, Jun 8, 1994
-
- ******************************************************************************/
-
-
- #include "CApp.h"
-
- void main()
-
- {
- CApp *application = TCL_NEW(CApp,());
-
- application->ICApp();
- application->Run();
- application->Exit();
- }
-